/*  
Theme Name: Puppetoose of Love
Theme URI: http://www.answerbird.blogspot.com/
Description: Theme made from torn-apart deal I found at Wordpress.org.

/* This was running on TOR on 04-05-12 */

Version: 1.0
Author: Marvin Parrot
Author URI: http://www.answerbird.blogspot.com/

The original theme was designed and built by Marv
whose site you will find at http://www.answerbird.blogspot.com/
*/

/*reset.css*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}

table{border-collapse:collapse;border-spacing:0;}

fieldset,img{border:0;}

address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}

ol,ul {list-style:none;}

caption,th {text-align:left;}

h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

q:before,q:after{content:'';}

abbr,acronym {border:0;}

/*fonts.css*/
body{font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}pre, code {font:115% monospace;*font-size:100%;}body * {line-height:1.0em;}

/*standard theme stuff*/
#s, textarea, input
{
	border:2px solid #749c00;
	padding:4px;
}

#searchsubmit, #submit /* button colors? */
{
	border:2px solid #99CCFF;
	background-color:#6699FF;
	color:black;
	font-weight:bold;
}

.post ol, .commentlist ol
{
list-style:decimal;
padding:5px 0px 5px 0px;
list-style-position:inside;
}

.post ul, .commentlist ul
{
list-style:disc;
list-style-position:inside;
padding:5px 0px 5px 0px;
}

.post li, .commentlist li
{
	padding-bottom:5px;
}

.post strong, .post b
{
	font-weight:bold;
}

.post em, .post i /* I had this commented out, before the . and after the em, */
{
font-style:italic;
}

.page_item .page_item, #sidebar ul.children
{
	margin-left:20px;
}

#calendar_wrap td, #calendar_wrap thead tr th
{
	padding:3px;
}

#calendar_wrap thead
{
	background-color:#333333;
	color:pink; /* originally white - did nothing when changed */
	
}

#calendar_wrap caption
{
	text-align:center;
	
}

#searchsubmit
{
	display:block;
	margin-top:5px;
}
/**********************/

div.clear
{
clear:both;
height:0px;
width:0px;
overflow:hidden;
}

body
{
	background-color:#FFFFFF; /* didn't do anything when I changed it - probably affects frame around text area */
	/*margin:10px;*/ /* The stuff to the left was commented out before 11-09-08 */	
	background-image:url(images/background.jpg); 
                   background-attachment:fixed;
	margin-top:30px;
	margin-bottom:15px;
}

#page
{
	width:890px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF; /* color of background behind text of entries */
	border:5px solid white;
	/* background-image:url(images/content.jpg); */ /* stuff to left commented out prior to 11-09-08 */
	background-repeat:repeat-y;
	
	

}

#header
{width:890px;
height:260px;
background-color:#cccccc;
background-image:url(images/header.jpg);

}

#header h1 a 
{

	color:#0CC4E8;	
	font-size:189%;
	text-decoration:none;
}

#header div.description
{
	color:#FF6600;
	margin-top:5px;
	width:300px;
	text-decoration:none;
}


#headerimg
{
float:left;
padding:5px;
position:relative;
top:90px;
left:35px;
}

#themenu
{

float:left;
position:relative;
top:165px;
right:270px;
}

#themenu li
{
	display:inline;	
}

#themenu li a
{
	display:block;
	text-align:left;
	color:white; /* originally white - did not change anything */
	border-bottom:3px solid white;
	font-weight:bold;
	padding:0px 3px 0px 3px;
	float:left;
	text-decoration:none;
	font-size:12px;	
	margin-right:10px;	
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

#themenu li a:hover
{
	color:#99cc00;
	border-bottom:3px solid #99cc00;
	
}

#content
{float:left;
clear:left;
display:inline;
margin-left:11px;
width:646px;
}

	#content .post
	{
		margin-bottom:15px;
		padding:5px;
		
	}

	/* #content .post img
	{
		float:left;
		border:1px solid #333333;
		margin-top:5px;
		margin-right:5px;
	} */

	#content .post h2 , #sidebar h2, h3#comments, h3#respond, h2.pagetitle, h2.center
	{
		display:block;
		color:blue; /* headings for link lists */
		font-size:136%;
		margin-top:10px;
		margin-bottom:10px;
		font-family:Georgia, "Times New Roman", Times, serif;
	}

	#content .post h2 a, #content .post h3 a, .navigation a
	{
		color:blue; /* color of entry titles */
	}

	#content .post p, .commentlist p
	{
		line-height:100%
	}

	#content .post p a
	{
		color:black; /* originally white  - text of entries */
	}
	
	#content .post p
		{
			margin-bottom:15px;
			}

	#content .post blockquote
	{
		padding:10px;
		background-color:#99CCFF;
		color:black;
		border:2px solid #6699FF;
		margin:10px;
	}

	#content .post blockquote blockquote
	{
		background-color:white;
		color:black;
	}

#content .post small
{
	display:block;
	margin:5px 0px 7px 0px;
	color:#FF6600;
}

#content .post p.postmetadata
{
	display:block;
	clear:both;
	text-align:center;
	background-image:url(images/postmeta.jpg);
	background-color:white;	
	height:30px;
	color:blue; /* changed to see what it does */
 	padding-top:6px;
}

#content .post p.postmetadata a
{
color:black /* could not see change */
}


/*The comments*/


.commentlist li
{
	display:block;
	background-color:#DFE8FF; /* changed this from #99CCFF */
	padding:5px; 
	/* border:1px solid #333333; */ /* commented out prior to 11-09-08 */
	margin-bottom:15px;
}

/*name of author*/
.commentlist li cite ,.commentlist li cite a 
{
	color:#000000;
	font-weight:bold;
}

.commentlist li small.commentmetadata
{
	display:block;
	margin:10px 0px 10px 0px;
	color:#0CC4E8;
	
}

.commentlist li a
{
	color:#333333;
}

#commentform
{
margin-bottom:25px;}

#commentform a
{
	color:#333333;
}

#commentform input, #commentform textarea
{
	margin-top:5px;
}

h3#comments, h3#respond
{
margin-top:50px;
}

#sidebar
{float:right;
margin-right:0px;
width:200px;
margin-bottom:25px;

}

#sidebar a
{
	color:#333333;
	text-decoration:none;
	padding-left:0px;
}

#sidebar li
{
		margin-top:5px;
}

#sidebar a:hover
{
text-decoration:underline;

}

#footer
{
clear:both;
margin-top:50px;
padding-bottom:10px;
padding-top:10px;
text-align:center;
font-size:10px;
color:white; 
background-color:#3300FF;
border-top:5px solid white;
}

#footer a
{
	color:white;
	padding-bottom:1px;
}

#footer a:hover
{
	color:white;
	border-bottom:2px solid #cccccc;
}


.commentlist li ul li, .commentlist li ol li
{
	border-left:0px solid white;
}

.commentmetadata a
{
	color:#0CC4E8;
}
